home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950329-19950528 / 000032_news@columbia.edu_Sun Apr 2 20:44:36 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01767
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 2 Apr 1995 16:44:41 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13879
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 2 Apr 1995 16:44:40 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS KERMIT as host?  with password?
  9. Date: 2 Apr 1995 20:44:36 GMT
  10. Organization: Columbia University
  11. Lines: 33
  12. Message-Id: <3ln2bk$dhj@apakabar.cc.columbia.edu>
  13. References: <3lhkc9$m8h@vatican.passport.ca>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3lhkc9$m8h@vatican.passport.ca>,
  18. Peter Renzland <peter@passport.ca> wrote:
  19. >O.K.  I have both editions of Using MS DOS Kermit.  
  20. >set server login USERNAME PASSWORD
  21. >server
  22. >
  23. >should work, right?
  24. >
  25. Yes, and it does.
  26.  
  27. >but when i call from a Unix host i don't get any indication that
  28. >a username and pasword is required.  i just can't get anywhere.
  29. >
  30. Using the current versions of MS-DOS Kermit -- 3.14 -- and
  31. UNIX C-Kermit -- 5A(190) -- everything works as advertised, and
  32. I'm pretty sure this is also true of earlier versions.  Tell
  33. MS-DOS Kermit to:
  34.  
  35.   set server login USERNAME PASSWORD
  36.   server
  37.  
  38. (as you did) and then if you send any commands to it from the UNIX
  39. C-Kermit client without logging in first, it sends back a message
  40. saying "REMOTE LOGIN is required".  Then if you tell the C-Kermit
  41. client to:
  42.  
  43.   remote login USERNAME PASSWORD
  44.  
  45. MS-DOS Kermit sends back a message saying "Kermit-MS Server ready",
  46. and then accepts REMOTE, SEND, GET, FINISH, etc, commands if they have
  47. not been DISABLE'd.
  48.  
  49. - Frank